﻿2026-08-03T04:28:12.3263183Z ##[group]Run actions/checkout@v5
2026-08-03T04:28:12.3263744Z with:
2026-08-03T04:28:12.3264172Z   repository: BigscreenVR/spt-bs-core
2026-08-03T04:28:12.3267723Z   token: ***
2026-08-03T04:28:12.3268152Z   ssh-strict: true
2026-08-03T04:28:12.3268563Z   ssh-user: git
2026-08-03T04:28:12.3269049Z   persist-credentials: true
2026-08-03T04:28:12.3269512Z   clean: true
2026-08-03T04:28:12.3269893Z   sparse-checkout-cone-mode: true
2026-08-03T04:28:12.3270294Z   fetch-depth: 1
2026-08-03T04:28:12.3270627Z   fetch-tags: false
2026-08-03T04:28:12.3270971Z   show-progress: true
2026-08-03T04:28:12.3271314Z   lfs: false
2026-08-03T04:28:12.3271628Z   submodules: false
2026-08-03T04:28:12.3271982Z   set-safe-directory: true
2026-08-03T04:28:12.3272370Z   allow-unsafe-pr-checkout: false
2026-08-03T04:28:12.3272789Z ##[endgroup]
2026-08-03T04:28:12.4008708Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T04:28:12.4010306Z ##[group]Getting Git version info
2026-08-03T04:28:12.4010957Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T04:28:12.4011851Z [command]/usr/bin/git version
2026-08-03T04:28:12.4046675Z git version 2.43.0
2026-08-03T04:28:12.4063942Z ##[endgroup]
2026-08-03T04:28:12.4071726Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/06423504-1bf6-4d83-ba7b-ae60639d7b4e/.gitconfig'
2026-08-03T04:28:12.4078162Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/06423504-1bf6-4d83-ba7b-ae60639d7b4e' before making global git config changes
2026-08-03T04:28:12.4079333Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T04:28:12.4081355Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T04:28:12.4114648Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T04:28:12.4133827Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T04:28:12.4143491Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T04:28:12.4145985Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T04:28:12.4164234Z refs/heads/golden/ir15
2026-08-03T04:28:12.4170721Z [command]/usr/bin/git checkout --detach
2026-08-03T04:28:12.4224452Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T04:28:12.4257192Z [command]/usr/bin/git branch --delete --force golden/ir15
2026-08-03T04:28:12.4285242Z Deleted branch golden/ir15 (was a5042ec74).
2026-08-03T04:28:12.4383120Z ##[endgroup]
2026-08-03T04:28:12.4385340Z [command]/usr/bin/git submodule status
2026-08-03T04:28:12.4579199Z ##[group]Cleaning the repository
2026-08-03T04:28:12.4582356Z [command]/usr/bin/git clean -ffdx
2026-08-03T04:28:12.4613356Z Removing traceable-reqs
2026-08-03T04:28:12.4620710Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T04:28:12.4675023Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T04:28:12.4680114Z ##[endgroup]
2026-08-03T04:28:12.4681425Z ##[group]Disabling automatic garbage collection
2026-08-03T04:28:12.4684315Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T04:28:12.4707557Z ##[endgroup]
2026-08-03T04:28:12.4708225Z ##[group]Setting up auth
2026-08-03T04:28:12.4712414Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T04:28:12.4734443Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T04:28:12.4923002Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T04:28:12.4948333Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T04:28:12.5135633Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T04:28:12.5160025Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T04:28:12.5356992Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T04:28:12.5387920Z ##[endgroup]
2026-08-03T04:28:12.5388667Z ##[group]Fetching the repository
2026-08-03T04:28:12.5393991Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a5042ec7440159a931217ae3c11be156a7675bf6:refs/remotes/origin/golden/ir15
2026-08-03T04:28:12.9657872Z ##[endgroup]
2026-08-03T04:28:12.9659544Z ##[group]Determining the checkout info
2026-08-03T04:28:12.9660852Z ##[endgroup]
2026-08-03T04:28:12.9664225Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T04:28:12.9710640Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T04:28:12.9733333Z ##[group]Checking out the ref
2026-08-03T04:28:12.9735561Z [command]/usr/bin/git checkout --progress --force -B golden/ir15 refs/remotes/origin/golden/ir15
2026-08-03T04:28:12.9791715Z Switched to a new branch 'golden/ir15'
2026-08-03T04:28:12.9792830Z branch 'golden/ir15' set up to track 'origin/golden/ir15'.
2026-08-03T04:28:12.9798197Z ##[endgroup]
2026-08-03T04:28:12.9835212Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T04:28:12.9858169Z a5042ec7440159a931217ae3c11be156a7675bf6
